home *** CD-ROM | disk | FTP | other *** search
/ Night Owl 6 / Night Owl's Shareware - PDSI-006 - Night Owl Corp (1990).iso / 023a / fm40.zip / TUTORIAL.DOC < prev    next >
Text File  |  1990-02-19  |  4KB  |  90 lines

  1. Following is a step by step procedure for building a working form.  You should 
  2. proceed here only after finishing the four lesson forms.
  3.  
  4. The form to be built here is a simple cat show registration form.  It should 
  5. provide insights to help you build your own customized forms.  All keystrokes 
  6. will be listed on the left side with explanations given on the right.  It is 
  7. assumed that you are now in a directory containing the file FM.EXE. 
  8.  
  9. ------------------------------------------------------------------------------
  10.  
  11. type: FM <Enter>                        Start the Form Master program
  12. press: F2 3 times                       Proceed to editor to create form
  13.                                         After pressing F2 the second time,
  14.                                         make sure that '70' is listed as an
  15.                                         input field attribute.  The other 3
  16.                                         attributes should be '00'.
  17.  
  18. move cursor to row 2 column 35
  19. type: ACME Cat Show
  20. move cursor to row 4 column 5
  21. type: Name                              Name field label
  22. move cursor to row 6 column 5
  23. type: Address                           Address field label
  24. move cursor to row 9 column 5
  25. type: Pet's Name                        Pet's name field label
  26. move cursor to row 11 column 5
  27. type: Competition                       Competition field label
  28.  
  29. press: F8                               Go to inverse video (attribute 70)
  30. move cursor to row 4 column 20
  31. press: space bar 25 times               Create name field
  32. move cursor to row 6 column 20
  33. press: space bar 25 times               Create 1st address field
  34. move cursor to row 7 column 20
  35. press: space bar 25 times               Create 2nd address field
  36. move cursor to row 9 column 20
  37. press: space bar 25 times               Create name field
  38. move cursor to row 11 column 20
  39. press: space bar 25 times               Create competition field
  40. press: F7                               Go back to normal video (attribute 07)
  41.  
  42. press: Home
  43. press: F3 twice                         Start box
  44. move cursor to row 12 column 78
  45. press: F4 twice                         Finish box
  46.  
  47. move cursor to row 2 column 69
  48. hold down Alt and type f                Alt-F causes form number to be 
  49.                                         inserted during form execution
  50. move cursor to row 4 column 65
  51. hold down Alt and type d                Alt-D causes date to be inserted
  52.                                         during form execution
  53. move cursor to row 2 column 35
  54. hold down Alt and type b                Alt-B starts boldface printing
  55. move cursor to row 2 column 49
  56. hold down Alt and type b                2nd Alt-B stops boldface
  57.  
  58. hold down Alt and press function key F1  View form without special characters
  59.                                         which cause right side of box to
  60.                                         appear uneven
  61. press F1                                Return to editing
  62.  
  63. press: ESC
  64. enter a 12 after 'Number Of Rows'       This form is 12 lines long
  65. enter a 1001 after 'Form Number'        Start numbering forms at 1001
  66. enter a 54 after 'Line Feeds...'        Add 54 lines so page is ejected after
  67.                                         printing 12 lines (66 lines total)
  68. press: ESC                              Return to main menu
  69.  
  70. press: F6
  71. type: Catshow                           Name of form will be 'CATSHOW'
  72. press: F6 twice                         Create the form 'CATSHOW'
  73.  
  74. press: F4                               Execute the form
  75. fill in form
  76. press: F10 twice                        Print the form
  77. press: ESC twice                        Return to main menu
  78.  
  79. ------------------------------------------------------------------------------
  80.  
  81. At this point you can make further changes to the form by pressing F3 twice 
  82. (edit current form) instead of F2 (create form).  You can also return to DOS 
  83. by pressing ESC twice.
  84.  
  85. NOTE:  If you need to make the form longer than 12 lines, don't forget to 
  86. change the number of rows before proceeding to the editor. 
  87.  
  88. If the box around the form does not print correctly, see the section 
  89. "Configuring Form Master For Your Printer" in the documentation.
  90.